PropertyChangedEventArgs Properties
An object defining properties for the PropertyChangedEventArgs class.
OldValue
The previous value of the property.
Type: T
ResponseParameters
The response parameters associated with the event.
Type: ResponseParameters
NewValue
The new value of the property.
Type: T
Name
The name of the property that changed.
Type: string